projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fcf67f
)
Misplaced not
author
parkrrrr
<parkrrrr>
Wed, 11 Aug 2004 03:15:47 +0000
(
03:15
+0000)
committer
parkrrrr
<parkrrrr>
Wed, 11 Aug 2004 03:15:47 +0000
(
03:15
+0000)
html.c
patch
|
blob
|
history
diff --git
a/html.c
b/html.c
index d1c96c2eca7c51ad6cedace03e5847c05760b6d2..a3bffbe2776bc9b039e3c457d978da0ea46f9a42 100644
(file)
--- a/
html.c
+++ b/
html.c
@@
-119,7
+119,7
@@
html_disp(const waypoint *wpt)
xfree( hint );
}
}
- else if (
!
wpt->notes && (!wpt->description || strcmp(wpt->notes,wpt->description))) {
+ else if (wpt->notes && (!wpt->description || strcmp(wpt->notes,wpt->description))) {
fprintf (file_out, "<p class=\"notes\">%s</p>\n", wpt->notes);
}
if ( includelogs && wpt->gpx_extras ) {